home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Gizmo Project 4.0.4 / WinGizmoInstall.exe / message_styles / Renkoo / variants / GreenRed.css < prev    next >
Cascading Style Sheet File  |  2007-04-20  |  2KB  |  86 lines

  1. @import "../main.css";
  2.  
  3. .incomingItem .timeStamp {
  4.         color:#b3cf77;
  5. }
  6.  
  7. .outgoingItem .timeStamp {
  8.     color:#f8b1b1;
  9. }
  10.  
  11.  
  12.  
  13.  
  14. /*############Incoming Bubble########## */
  15.  
  16. .incomingItem    {
  17.     background:url("../images/greenBackground.gif") repeat-y top right;
  18. }
  19.  
  20. .incomingItem .bubbleHeading {
  21.     background:url("../images/greenCurves.gif") no-repeat top left;
  22. }
  23.  
  24. .incomingItem .bubbleHeading div {
  25.     background:url("../images/greenCurves.gif") no-repeat top right;
  26. }
  27.  
  28. .incomingItem .bubbleIndicator { 
  29.     background:url("../images/greenIndicator.gif") no-repeat top left;
  30. }
  31.  
  32. .incomingItem .bubbleFooting {
  33.     background:url("../images/greenCurves.gif") no-repeat bottom left;
  34. }
  35.  
  36. .incomingItem .bubbleFooting div {
  37.     background:url("../images/greenCurves.gif") no-repeat bottom right;
  38. }
  39.  
  40. .incomingItem .response {
  41.     background:url("../images/greenBackground.gif") repeat-y top left;
  42. }
  43.  
  44. .incomingItem .followUp {
  45.     color:#e2efc4;
  46.     background-color:#e2efc4;
  47.     border-bottom:1px solid #fff;
  48. }
  49.  
  50.  
  51. /*############Outgoing Bubble########## */
  52.  
  53. .outgoingItem    {
  54.     background:url("../images/redBackground.gif") repeat-y top right;
  55. }
  56.  
  57. .outgoingItem .bubbleHeading {
  58.     background:url("../images/redCurves.gif") no-repeat top left;
  59. }
  60.  
  61. .outgoingItem .bubbleHeading div {
  62.     background:url("../images/redCurves.gif") no-repeat top right;
  63. }
  64.  
  65. .outgoingItem .bubbleIndicator { 
  66.     background:url("../images/redIndicator.gif") no-repeat top left;
  67. }
  68.  
  69. .outgoingItem .bubbleFooting {
  70.     background:url("../images/redCurves.gif") no-repeat bottom left;
  71. }
  72.  
  73. .outgoingItem .bubbleFooting div {
  74.     background:url("../images/redCurves.gif") no-repeat bottom right;
  75. }
  76.  
  77. .outgoingItem .response {
  78.     background:url("../images/redBackground.gif") repeat-y top left;
  79. }
  80.  
  81. .outgoingItem .followUp {
  82.     color:#ffdada;
  83.     background-color:#ffdada;
  84.     border-bottom:1px solid #fff;
  85. }
  86.